
.row {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-box-flex:0 1 auto;
	-moz-box-flex:0 1 auto;
	-webkit-flex:0 1 auto;
	-moz-flex:0 1 auto;
	-ms-flex:0 1 auto;
	-o-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap
}



.section-gallery-container {
	margin:0;
	overflow:hidden;
	position:relative
}

.not-touch .section-gallery-container img {
-webkit-transition:-webkit-transform .4s;
-moz-transition:-moz-transform .4s;
-ms-transition:-ms-transform .4s;
-o-transition:-o-transform .4s;
transition:transform .4s
}
.not-touch .section-gallery a:hover .section-gallery-container img, .section-gallery a:active .section-gallery-container img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
}
